home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineButton2_357
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
288 b
|
15 lines
on(press){
i = 1;
while(i < 100)
{
_root.inven["box" + i].gotoAndStop(1);
_root["taken" + i] = 0;
_root["event" + i] = 0;
i++;
}
_root.micon.gotoAndStop(1);
stopAllSounds();
_root.gotoAndStop(1);
_root.inven.gotoAndStop(1);
}